home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 1
/
SPACE - Library 1 - Volume 1.iso
/
misc~1
/
198
/
viscalc
/
vc.lnk
< prev
next >
Wrap
Text File
|
1988-01-10
|
873b
|
45 lines
*
* Standard control file for linking Lattice C modules.
*
* Step 1 - initialisation
* =======================
*
* C initialisation must be included first.
*
INPUT d:\lib\startup.bin
*
* Step 2 - user modules
* =====================
*
* Now include a single user module
* (from the command line).
*
INPUT CMDS.BIN
INPUT CURSES.BIN
INPUT GRAM.BIN
INPUT INTERP.BIN
INPUT LEX.BIN
INPUT SC.BIN
*
* For each extra module you want to include in the
* link include a line of the form:
*
* INPUT <file name>
*
* Step 3 - C library
* ==================
*
* C library - must always be included.
*
LIBRARY d:\lib\clib.bin
*
* Step 4 - GEM graphics library
* =============================
*
* GEM graphics library - only include if your program
* is trying to access graphics routines
* (by uncommenting the line).
*
*LIBRARY gemlib.bin
*